'Declaration<DispIdAttribute(10)> Function AddFontFromFileU( _ ByVal FilePath As String, _ ByVal FontName As String, _ ByVal CharSet As FontCharSet, _ ByVal Bold As Boolean, _ ByVal Italic As Boolean _ ) As String
[DispId(10)] string AddFontFromFileU( string FilePath, string FontName, FontCharSet CharSet, bool Bold, bool Italic )
function AddFontFromFileU(
FilePath: String;
FontName: String;
CharSet: FontCharSet;
Bold: Boolean;
Italic: Boolean
): String;
DispIdAttribute(10) function AddFontFromFileU( FilePath : String, FontName : String, CharSet : FontCharSet, Bold : boolean, Italic : boolean ) : String;
Parameters
- FilePath
- FontName
- CharSet
- Bold
- Italic